COLimage
 
 
 Bean COLimage
 
Color image

User types are derived from basic types and they are designed for usage in driver interface. The following types are supported: pointer, array, structure, union and user declaration.

User types:

  • PBYTE = pointer to byte; - Pointer to 8bit unsigned byte
  • TIMAGE = Record - Color image
    width : word;
    Image width
    height : word;
    Image height
    pixmap : PBYTE;
    Image pixel bitmap
    size : word;
    Image size
    name : pchar;
    Image name
    End;
  • PIMAGE = pointer to TIMAGE; - Pointer to image



Processor ExpertTM and Embedded BeansTM are registered trademarks of UNIS, Ltd.
©1997-2005, UNIS, Ltd.